home *** CD-ROM | disk | FTP | other *** search
- // SDown.h : SDOWN アプリケーションのメイン ヘッダー ファイルです。
- //
-
- #if !defined(AFX_SDOWN_H__506B3B85_4E2F_11D2_83E3_444553540000__INCLUDED_)
- #define AFX_SDOWN_H__506B3B85_4E2F_11D2_83E3_444553540000__INCLUDED_
-
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
-
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
-
- #include "resource.h" // メイン シンボル
-
- BOOL EnablePrivilege( LPTSTR privilege );
- BOOL DisablePrivilege( LPTSTR privilege );
- BOOL Logging( char* msg );
-
- /////////////////////////////////////////////////////////////////////////////
- // CSDownApp:
- // このクラスの動作の定義に関しては SDown.cpp ファイルを参照してください。
- //
-
- class CSDownApp : public CWinApp
- {
- public:
- CSDownApp();
-
- // オーバーライド
- // ClassWizard は仮想関数のオーバーライドを生成します。
- //{{AFX_VIRTUAL(CSDownApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
-
- // インプリメンテーション
-
- //{{AFX_MSG(CSDownApp)
- // メモ - ClassWizard はこの位置にメンバ関数を追加または削除します。
- // この位置に生成されるコードを編集しないでください。
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- protected:
- BOOL GetAppOption( int* nTime, int* nOption );
- };
-
-
- /////////////////////////////////////////////////////////////////////////////
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio は前行の直前に追加の宣言を挿入します。
-
- #endif // !defined(AFX_SDOWN_H__506B3B85_4E2F_11D2_83E3_444553540000__INCLUDED_)
-